home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 125 / Computer Shopper CD-ROM Issue 125 (1998-07)(Dennis Publishing).iso / EuroPhys / install.inf < prev    next >
Encoding:
Text File  |  1997-11-11  |  3.2 KB  |  92 lines

  1. ProductName="Europress GCSE Physics demo"
  2. productMenuName="GCSE Physics"
  3. ProductVersion="1.4"
  4.  
  5. InstallTitle=$ProductName$&" Installation"
  6.  
  7. DefaultInstallDrive=$windowDrive$
  8. DefaultInstallDirectory="\Program Files\GCSE DEMO"
  9.  
  10. mathsDeleteInformation="Physics.del"
  11. programGroupName="Europress GCSE Demo"
  12. programMainMenuName="GCSE Physics"
  13. productHelpFileDir="\Physics\"
  14. productReadMeFile="\Physics\readme.txt"
  15. productExecutable="\Physics\Physics.exe"
  16. productSubDirectory="\Physics"
  17. productDataName="demo_Physics_data_file"
  18.  
  19. 'Find out the last installation directory
  20. checkKey=".DPP"
  21.  
  22. '############################################################
  23. '####### Beyond this point there is nothing to modify #######
  24. '############################################################
  25.  
  26.  
  27. <PromptUser>
  28.  
  29. productInstallDirectory=$installDirectory$&$productSubDirectory$
  30.  
  31. ' **************************************
  32. ' ******** COPY ALL THESE FILES ********
  33. ' **************************************
  34.  
  35. shared=false
  36.  
  37. ' product executable
  38. copy $productExecutable$,$InstallDirectory$&"\"&$productExecutable$
  39.  
  40. ' uninstall program
  41. copy "dgcsedel.exe",$windowDirectory$&"\"&"dgcsedel.exe"
  42.  
  43. ' uninstall information
  44. copy $mathsDeleteInformation$,$installDirectory$&"\"&$mathsDeleteInformation$
  45.  
  46. copy "physics.hlp",$installDirectory$&"\physics\physics.hlp"
  47.  
  48. ' The Ocx's
  49. copy "OCXs\COMDLG32.OCX",$windowSystem$&"\COMDLG32.OCX"
  50. copy "OCXs\TABCTL32.OCX",$windowSystem$&"\TABCTL32.OCX"
  51. copy "OCXs\RICHTX32.OCX",$windowSystem$&"\RICHTX32.OCX"
  52. copy "OCXs\COMCTL32.OCX",$windowSystem$&"\COMCTL32.OCX"
  53. copy "OCXs\DBLIST32.OCX",$windowSystem$&"\DBLIST32.OCX"
  54. copy "OCXs\DBGRID32.OCX",$windowSystem$&"\DBGRID32.OCX"
  55. copy "OCXs\MCI32.OCX",$windowSystem$&"\MCI32.OCX"
  56.  
  57. ' The Dll's
  58. copy "dlls\SATtrans.dll",$windowSystem$&"\SATtrans.dll"
  59. copy "dlls\RichEd32.dll",$windowSystem$&"\RichEd32.dll"
  60. copy "dlls\DAO350.DLL",$windowSystem$&"\DAO350.DLL"
  61. copy "dlls\MSJtEr35.dll",$windowSystem$&"\MSJtEr35.dll"
  62. copy "dlls\MSJInt35.dll",$windowSystem$&"\MSJInt35.dll"
  63. copy "dlls\MSVCRT40.dll",$windowSystem$&"\MSVCRT40.dll"
  64. copy "dlls\MSJet35.dll",$windowSystem$&"\MSJet35.dll"
  65. copy "dlls\VBAJet32.dll",$windowSystem$&"\VBAJet32.dll"
  66. copy "dlls\VB5DB.dll",$windowSystem$&"\VB5DB.dll"
  67. copy "dlls\MSRD2x35.dll",$windowSystem$&"\MSRD2x35.dll"
  68. copy "dlls\MsRepl35.dll",$windowSystem$&"\MsRepl35.dll"
  69. copy "dlls\ODBCJt32.dll",$windowSystem$&"\ODBCJt32.dll"
  70. copy "dlls\ODBCJI32.dll",$windowSystem$&"\ODBCJI32.dll"
  71. copy "dlls\ODBCTL32.dll",$windowSystem$&"\ODBCTL32.dll"
  72.  
  73. readLibraryVersion=false
  74.  
  75.  
  76. '******
  77.  
  78. 'Create The main menu link
  79. ProgramItem=$programGroupName$&"\"&$programMainMenuName$,$installDirectory$&"\Physics\Physics.exe"
  80.  
  81. 'Create Maths component link
  82. 'ProgramItem=$programGroupName$&"\"&$productMenuName$&"\"&$productMenuName$,$installDirectory$&$productExecutable$
  83.  
  84. 'Create Remove part/all GCSE component link
  85. 'programItem=$programGroupName$&"\Uninstall",$windowDirectory$&"\gcsedel.exe"
  86.  
  87. shared=false
  88. 'copy "readme.txt",$windowMenuPrograms$&"\"&$programGroupName$&"\readme.txt"
  89. 'copy $productReadMeFile$,$windowMenuPrograms$&"\"&$programGroupName$&"\"&$productReadMeFile$
  90.  
  91. addKey=$ProductDataName$
  92.